home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / gforum.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  348 b   |  20 lines

  1. on exitFrame
  2.   set i to 7
  3.   if rollOver(14) then
  4.     go("g")
  5.   end if
  6.   if the mouseCast = 54 then
  7.     go("naveg")
  8.   end if
  9.   repeat while i < 12
  10.     if rollOver(i) then
  11.       set the visible of sprite (i - 5) to 1
  12.     else
  13.       set the visible of sprite (i - 5) to 0
  14.     end if
  15.     set i to i + 1
  16.   end repeat
  17.   updateStage()
  18.   go(the frame)
  19. end
  20.